Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14.

Release notes

Sourced from org.jacoco:jacoco-maven-plugin's releases.

0.8.14

New Features

  • JaCoCo now officially supports Java 25 (GitHub #1950).
  • Experimental support for Java 26 class files (GitHub #1870).
  • Branches added by the Kotlin compiler for default argument number 33 or higher are filtered out during generation of report (GitHub #1655).
  • Part of bytecode generated by the Kotlin compiler for elvis operator that follows safe call operator is filtered out during generation of report (GitHub #1814, #1954).
  • Part of bytecode generated by the Kotlin compiler for more cases of chained safe call operators is filtered out during generation of report (GitHub #1956).
  • Part of bytecode generated by the Kotlin compiler for invocations of suspendCoroutineUninterceptedOrReturn intrinsic is filtered out during generation of report (GitHub #1929).
  • Part of bytecode generated by the Kotlin compiler for suspending lambdas with parameters is filtered out during generation of report (GitHub #1945).
  • Part of bytecode generated by the Kotlin compiler for suspending functions and lambdas with suspension points that return inline value class is filtered out during generation of report (GitHub #1871).
  • Part of bytecode generated by the Kotlin Compose compiler plugin for pausable composition is filtered out during generation of report (GitHub #1911).
  • Methods generated by the Kotlin serialization compiler plugin are filtered out (GitHub #1885, #1970, #1971).

Fixed bugs

  • Fixed handling of implicit else clause of when with String subject in Kotlin (GitHub #1813, #1940).
  • Fixed handling of implicit default clause of switch by String in Java when compiled by ECJ (GitHub #1813, #1940). Fixed handling of exceptions in chains of safe call operators in Kotlin (GitHub #1819).

Non-functional Changes

  • JaCoCo now depends on ASM 9.9 (GitHub #1965).
Commits
  • 2eb2483 Prepare release v0.8.14
  • de76181 KotlinSerializableFilter should filter more methods (#1971)
  • 89c4bd5 Fix NPE in KotlinSerializableFilter (#1970)
  • 0981128 Migrate release staging to the Central Publisher Portal (#1968)
  • d07bc6b Add filter for bytecode generated by Kotlin serialization compiler plugin (#1...
  • 5e35fd5 Upgrade maven-dependency-plugin to 3.9.0 (#1966)
  • c2fe5cc Upgrade ASM to 9.9 (#1965)
  • b0f8e23 KotlinSafeCallOperatorFilter should filter "unoptimized" safe call followed b...
  • c7bd3f4 Upgrade spotless-maven-plugin to 3.0.0 (#1961)
  • faa289d KotlinSafeCallOperatorFilter should not be affected by presence of pseudo ins...
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 1, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 1, 2025
@github-actions github-actions bot added this to the 18.4.0 milestone Dec 1, 2025
@jbonofre
Copy link
Member

jbonofre commented Dec 1, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/maven/org.jacoco-jacoco-maven-plugin-0.8.14 branch from 0c641bc to 657da51 Compare December 1, 2025 17:18
@jbonofre
Copy link
Member

jbonofre commented Jan 8, 2026

@dependabot rebase

Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.13 to 0.8.14.
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](jacoco/jacoco@v0.8.13...v0.8.14)

---
updated-dependencies:
- dependency-name: org.jacoco:jacoco-maven-plugin
  dependency-version: 0.8.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/org.jacoco-jacoco-maven-plugin-0.8.14 branch from 657da51 to 7644d03 Compare January 8, 2026 15:26
@jbonofre jbonofre merged commit 32ea946 into main Jan 8, 2026
27 checks passed
@jbonofre jbonofre deleted the dependabot/maven/org.jacoco-jacoco-maven-plugin-0.8.14 branch January 8, 2026 16:25
ennuite pushed a commit to ennuite/arrow-java that referenced this pull request Jan 8, 2026
…che#924)

Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco)
from 0.8.13 to 0.8.14.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jacoco/jacoco/releases">org.jacoco:jacoco-maven-plugin's
releases</a>.</em></p>
<blockquote>
<h2>0.8.14</h2>
<h2>New Features</h2>
<ul>
<li>JaCoCo now officially supports Java 25 (GitHub <a
href="https://redirect.github.com/jacoco/jacoco/issues/1950">#1950</a>).</li>
<li>Experimental support for Java 26 class files (GitHub <a
href="https://redirect.github.com/jacoco/jacoco/issues/1807">#1870</a>).</li>
<li>Branches added by the Kotlin compiler for default argument number 33
or higher are filtered out during generation of report (GitHub <a
href="https://redirect.github.com/jacoco/jacoco/issues/1655">#1655</a>).</li>
<li>Part of bytecode generated by the Kotlin compiler for elvis operator
that follows safe call operator is filtered out during generation of
report (GitHub <a
href="https://redirect.github.com/jacoco/jacoco/issues/1814">#1814</a>,
<a
href="https://redirect.github.com/jacoco/jacoco/issues/1954">#1954</a>).</li>
<li>Part of bytecode generated by the Kotlin compiler for more cases of
chained safe call operators is filtered out during generation of report
(GitHub <a
href="https://redirect.github.com/jacoco/jacoco/issues/1956">#1956</a>).</li>
<li>Part of bytecode generated by the Kotlin compiler for invocations of
suspendCoroutineUninterceptedOrReturn intrinsic is filtered out during
generation of report (GitHub <a
href="https://redirect.github.com/jacoco/jacoco/issues/1929">#1929</a>).</li>
<li>Part of bytecode generated by the Kotlin compiler for suspending
lambdas with parameters is filtered out during generation of report
(GitHub <a
href="https://redirect.github.com/jacoco/jacoco/issues/1945">#1945</a>).</li>
<li>Part of bytecode generated by the Kotlin compiler for suspending
functions and lambdas with suspension points that return inline value
class is filtered out during generation of report (GitHub <a
href="https://redirect.github.com/jacoco/jacoco/issues/1871">#1871</a>).</li>
<li>Part of bytecode generated by the Kotlin Compose compiler plugin for
pausable composition is filtered out during generation of report (GitHub
<a
href="https://redirect.github.com/jacoco/jacoco/issues/1911">#1911</a>).</li>
<li>Methods generated by the Kotlin serialization compiler plugin are
filtered out (GitHub <a
href="https://redirect.github.com/jacoco/jacoco/issues/1885">#1885</a>,
<a
href="https://redirect.github.com/jacoco/jacoco/issues/1970">#1970</a>,
<a
href="https://redirect.github.com/jacoco/jacoco/issues/1971">#1971</a>).</li>
</ul>
<h2>Fixed bugs</h2>
<ul>
<li>Fixed handling of implicit else clause of when with String subject
in Kotlin (GitHub <a
href="https://redirect.github.com/jacoco/jacoco/issues/1813">#1813</a>,
<a
href="https://redirect.github.com/jacoco/jacoco/issues/1940">#1940</a>).</li>
<li>Fixed handling of implicit default clause of switch by String in
Java when compiled by ECJ (GitHub <a
href="https://redirect.github.com/jacoco/jacoco/issues/1813">#1813</a>,
<a
href="https://redirect.github.com/jacoco/jacoco/issues/1940">#1940</a>).
Fixed handling of exceptions in chains of safe call operators in Kotlin
(GitHub <a
href="https://redirect.github.com/jacoco/jacoco/issues/1819">#1819</a>).</li>
</ul>
<h2>Non-functional Changes</h2>
<ul>
<li>JaCoCo now depends on ASM 9.9 (GitHub <a
href="https://redirect.github.com/jacoco/jacoco/issues/1965">#1965</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jacoco/jacoco/commit/2eb248366f0eb63fd964fc7a81804b27229a6edd"><code>2eb2483</code></a>
Prepare release v0.8.14</li>
<li><a
href="https://github.com/jacoco/jacoco/commit/de76181b207b18c5b727051f8d62c115dc2c976c"><code>de76181</code></a>
KotlinSerializableFilter should filter more methods (<a
href="https://redirect.github.com/jacoco/jacoco/issues/1971">#1971</a>)</li>
<li><a
href="https://github.com/jacoco/jacoco/commit/89c4bd5ff39deae410f2a899289fe96739a63c13"><code>89c4bd5</code></a>
Fix NPE in KotlinSerializableFilter (<a
href="https://redirect.github.com/jacoco/jacoco/issues/1970">#1970</a>)</li>
<li><a
href="https://github.com/jacoco/jacoco/commit/098112865bb957084cc9abc1a9ca3f5bbff7219b"><code>0981128</code></a>
Migrate release staging to the Central Publisher Portal (<a
href="https://redirect.github.com/jacoco/jacoco/issues/1968">#1968</a>)</li>
<li><a
href="https://github.com/jacoco/jacoco/commit/d07bc6b7e47959503f878563cc4d18060223f2de"><code>d07bc6b</code></a>
Add filter for bytecode generated by Kotlin serialization compiler
plugin (<a
href="https://redirect.github.com/jacoco/jacoco/issues/1">#1</a>...</li>
<li><a
href="https://github.com/jacoco/jacoco/commit/5e35fd5e1968c9477948f24991368b872e8014b9"><code>5e35fd5</code></a>
Upgrade maven-dependency-plugin to 3.9.0 (<a
href="https://redirect.github.com/jacoco/jacoco/issues/1966">#1966</a>)</li>
<li><a
href="https://github.com/jacoco/jacoco/commit/c2fe5cc54472f188c0d0f1158a0f987295217138"><code>c2fe5cc</code></a>
Upgrade ASM to 9.9 (<a
href="https://redirect.github.com/jacoco/jacoco/issues/1965">#1965</a>)</li>
<li><a
href="https://github.com/jacoco/jacoco/commit/b0f8e23d91d59431124b2863b8e35bdd1b71f7b9"><code>b0f8e23</code></a>
KotlinSafeCallOperatorFilter should filter &quot;unoptimized&quot; safe
call followed b...</li>
<li><a
href="https://github.com/jacoco/jacoco/commit/c7bd3f4e96540d1a8f58690d5d52a94eebf4c471"><code>c7bd3f4</code></a>
Upgrade spotless-maven-plugin to 3.0.0 (<a
href="https://redirect.github.com/jacoco/jacoco/issues/1961">#1961</a>)</li>
<li><a
href="https://github.com/jacoco/jacoco/commit/faa289d2a370fa4f724bed3a09e8591be08cd6c2"><code>faa289d</code></a>
KotlinSafeCallOperatorFilter should not be affected by presence of
pseudo ins...</li>
<li>Additional commits viewable in <a
href="https://github.com/jacoco/jacoco/compare/v0.8.13...v0.8.14">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jacoco:jacoco-maven-plugin&package-manager=maven&previous-version=0.8.13&new-version=0.8.14)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant